home *** CD-ROM | disk | FTP | other *** search
- ;*****************************************************************************
- ;
- ; Name: sscdsdm2.inf
- ;
- ; Function:
- ; Install the SAMSUNG CDMA Modem Diagnostic Serial Port Drivers (WDM) on Win2000
- ;
- ; Copyright (c) 1997-2005 MCCI
- ;
- ; MCCI is a registered trademark of Moore Computer Consultants, Inc
- ;
- ; NOTICE: This software is licensed, not sold. Any modification of this
- ; inf file to change the reference to an operating system or to change the
- ; reference to a device is not permitted unless authorized in writing by
- ; Moore Computer Consultants, Inc.
- ;
- ;*****************************************************************************
-
- [Version]
- signature="$WINDOWS NT$"
- Class=Ports
- ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
- Provider=%Provider%
- DriverVer=08/17/2005, 4.34.0.2705
- CatalogFile=sscdserd.cat
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- 1=%DiskString%,"sscdserd.sys",,
-
- [SourceDisksFiles]
- ; filename = diskid[,[ subdir][, size]]
- sscdserd.sys = 1
- sscdcmnt.sys = 1
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
-
- [DestinationDirs]
- DefaultDestDir = 12 ; system32\drivers
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %SAMSUNG%=SAMSUNG
-
- ;-----------------------------------------------------------------------------
- ; Device-by-device entries
- ;-----------------------------------------------------------------------------
- [SAMSUNG]
- %Samsung.Comm.Desc% = SAMSUNG.Install, USB\VID_04E8&PID_6601&MI_02&OS_NT
- %Samsung.Comm.Desc% = SAMSUNG.Install, USB\VID_04E8&PID_6640&MI_02&OS_NT
-
-
- ;-----------------------------------------------------------------------------
- ; Installation instructions
- ;-----------------------------------------------------------------------------
-
- [SAMSUNG.Install.nt]
- AddReg = SAMSUNG.AddReg,SAMSUNG.NT.AddReg
- CopyFiles = CopyFiles, CopyFiles.Win2K
-
-
- ;-----------------------------------------------------------------------------
- ; Registry
- ;-----------------------------------------------------------------------------
-
- ; common registry entries
- [SAMSUNG.AddReg]
- HKR,,NTMPDriver,,sscdserd.sys
- HKR,,EnableCR1146,0x00010001,1
- HKR,,PublishedDeviceName,,qcusb#
-
- ; only for NT...
- [SAMSUNG.NT.AddReg]
- HKR,,PortSubClass,1,01
- HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
-
- ;-----------------------------------------------------------------------------
- ; Copy lists
- ;-----------------------------------------------------------------------------
- [CopyFiles]
-
- [CopyFiles.Win2K]
- sscdserd.sys
- sscdcm.sys,sscdcmnt.sys
- sscdcmnt.sys
-
-
-
- ;-----------------------------------------------------------------------------
- ; NT Services installation
- ;-----------------------------------------------------------------------------
-
- [SAMSUNG.Install.NT.Services]
- AddService = sscdserd, 0x00000002, SAMSUNG.Install.AddService
-
-
- [SAMSUNG.Install.AddService]
- DisplayName = %Samsung.Service.Name%
- Description = %Samsung.Service.Desc%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\sscdserd.sys
-
-
-
- ;-----------------------------------------------------------------------------
- ; STRINGS
- ;-----------------------------------------------------------------------------
- [Strings]
-
- ;<<localize the following>>
-
- ;BEGIN ENG - US English Strings
-
- Provider = "SAMSUNG Electronics Co., Ltd. "
- SAMSUNG = "SAMSUNG Electronics Co., Ltd. "
- DiskString = "SAMSUNG CDMA Modem Diagnostic Serial Port Drivers installation disk"
-
- Samsung.Comm.Desc = "SAMSUNG CDMA Modem Diagnostic Serial Port (WDM)"
- Samsung.Service.Name = "SAMSUNG CDMA Modem Diagnostic Serial Port (WDM)"
- Samsung.Service.Desc = "SAMSUNG CDMA Modem Diagnostic Serial Port (WDM)"
-
-
- CustomerDataPath = "SAMSUNG CDMA Modem"
- DriverSet = "SAMSUNG CDMA Modem Driver Set"
- UninstallFile = "SSCDUninstall.exe"
- McciOptions = "Uninstallable"
-
-
- ;END ENG - US English Strings
-
- ;-----------------------------------------------------------------------------
- ; The following are symbolic constants which don't change per locale.
- ;-----------------------------------------------------------------------------
-
-
- ;*** end of file ***
-